wget -q "http://www.npr.org/programs/morning-edition/" -O-|grep "audio-module-listen"|grep ".mp3"|cut -d\"  -f4|grep -v "me_0"|while read mp3;do wget -P tmp "$mp3";done;cat tmp/* >npr.mp3